home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 May / PersonalComputerWorld-May2008-CoverdiscCD.iso / Software / Full / Nero 7 / Installation / Cab / 83AF5E4E.cab / Hilite77B55935.htc < prev    next >
Encoding:
Text File  |  2006-06-20  |  596 b   |  15 lines

  1. <PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="mouseOver(event.srcElement)" />
  2. <PUBLIC:ATTACH EVENT="onfocus" ONEVENT="hilite(event.srcElement)" />
  3. <PUBLIC:ATTACH EVENT="onblur"  ONEVENT="restore(event.srcElement)" />
  4. <PUBLIC:ATTACH EVENT="onclick"  ONEVENT="doClick(window.event.srcElement)" />
  5.  
  6. <script>
  7. function doClick(item)
  8. {
  9.     // this function is necessary to update the oCurFocus variable, in case the mouseover fails to do that
  10.     // then it calls the doSelect function
  11.     oCurFocus = item
  12.     doSelect()
  13. }
  14. </script>
  15. <script src="Hilite.js" type="text/javascript"></script>